menushell: don't call gtk_render_background()
authorCosimo Cecchi <cosimoc@gnome.org>
Tue, 3 Nov 2015 00:05:07 +0000 (16:05 -0800)
committerCosimo Cecchi <cosimoc@gnome.org>
Tue, 3 Nov 2015 00:05:07 +0000 (16:05 -0800)
commitf6ca908e033269ee458539add9c05eda4a19d2a3
treea370d6a6f838a0bb2ae07b647aa91f2a6eef0b36
parent7cdfee71da41d4ed3c6e81b2695e4bb932e9cd6c
menushell: don't call gtk_render_background()

GtkMenu and GtkMenuBar, the two implementations of GtkMenuShell in GTK,
already draw it.
Furthermore, rendering a background here will overdraw any rendering
that the subclass will do, such as arrows for scrolling menus.
gtk/gtkmenushell.c